home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / sp144man.zip / APG.TXT < prev    next >
Text File  |  1993-04-19  |  19KB  |  507 lines

  1.                                                                  
  2.                                             APPENDIX G.  GLOSSARY
  3.                                                                  
  4.       
  5.       Cross-references in the following
  6.       definitions are printed in boldface.
  7.    Analog Loopback
  8.       A modem self-test in which data from the
  9.       keyboard or an internal test pattern is
  10.       sent to the modem's transmitter,
  11.       modulated into analog form, looped back
  12.       to the receiver, and demodulated into
  13.       digital form.
  14.    Analog Signals
  15.       Continuous, varying waveforms such as
  16.       the voice tones carried over phone
  17.       lines.  Contrast with digital signals.
  18.    Answer Mode
  19.       A state in which the modem transmits at
  20.       the predefined high frequency of the
  21.       communications channel and receives at
  22.       the low frequency.  The transmit/receive
  23.       frequencies are the reverse of the
  24.       calling modem, which is in Originate
  25.       mode.
  26.    Application (application program)
  27.       A computer program designed to perform a
  28.       specific function, such as a word
  29.       processor or a spreadsheet.
  30.    ARQ
  31.       Automatic Repeat Request.  A general
  32.       term for error control protocols that
  33.       feature error detection and automatic
  34.       retransmission of corrupted blocks of
  35.       data.  See MNP and V.42.
  36.    ASCII
  37.       American Standard Code for Information
  38.       Interchange.  A 7-bit binary code (0's,
  39.       1's) used to represent letters, numbers,
  40.       and  special characters such as $, !,
  41.       and /.
  42.    Asynchronous Transmission
  43.       Data transmission in which the length of
  44.       time between transmitted characters may
  45.       vary.  Because the time lapses between
  46.       transmitted  characters are not uniform,
  47.       the receiving modem must be signaled as
  48.       to when the data bits of a character
  49.       begin and when they end.   The addition
  50.       of Start and Stop bits to each character
  51.       serves this purpose.
  52.    Auto Answer
  53.       A feature in modems enabling them to
  54.       answer incoming calls over the phone
  55.       lines without the use of a telephone
  56.       receiver.
  57.    Auto Dial
  58.       A feature in modems enabling them to
  59.       dial phone numbers over the phone system
  60.       without the use of a telephone trans
  61.       mitter.
  62.    Baud Rate
  63.       The number of discrete signal events per
  64.       second occurring on a communications
  65.       channel.  Although not technically
  66.       accurate, baud rate is commonly used to
  67.       mean bit rate.
  68.    Binary Digit
  69.       A 0 or 1, reflecting the use of the
  70.       binary numbering system (only two
  71.       digits).  Used because the computer
  72.       recognizes either of two states, OFF or
  73.       ON.  Shortened form of binary digit is
  74.       bit.
  75.    Bit Rate
  76.       The number of binary digits, or bits,
  77.       transmitted per second (bps).
  78.       Communications channels using telephone
  79.       channel modems are established at set
  80.       bit rates, commonly 300, 1200, 2400,
  81.       4800, 9600, and 14,400.
  82.    BPS
  83.       The bits (binary digits) per second
  84.       rate.  Thousands of bits per second are
  85.       expressed as kilobits.
  86.    Buffer
  87.       A memory area used as temporary storage
  88.       during input and output operations.  An
  89.       example is the modem's command buffer.
  90.    Byte
  91.       A group of binary digits stored and
  92.       operated upon as a unit.  A byte may
  93.       have a coded value equal to a character
  94.       in the ASCII code (letters, numbers), or
  95.       have some other value meaningful to the
  96.       computer.  In user documentation, the
  97.       term usually refers to 8-bit units or
  98.       characters.  1 kilobyte (Kbyte) is equal
  99.       to 1,024 bytes or characters; 640 Kbytes
  100.       indicates 655,360 bytes or characters.
  101.    Carrier
  102.       A continuous frequency that can either
  103.       be modulated or impressed with another
  104.       information-carrying signal.  Carriers
  105.       are  generated and maintained by modems
  106.       via the transmission lines of the
  107.       telephone companies.
  108.    CCITT
  109.       An international organization that
  110.       defines standards for telegraphic and
  111.       telephone equipment.  For example, the
  112.       Bell 212A standard for 1200-bps
  113.       communication in North America is ob
  114.       served internationally as CCITT V.22.
  115.       For 2400-bps communication, most U.S.
  116.       manufacturers observe V.22 bis.  The ini
  117.       tials CCITT represent the French name;
  118.       in English it's known as the
  119.       International Telegraph and Telephone
  120.       Consultative Committee.
  121.    Character
  122.       A representation, coded in binary
  123.       digits, of a letter, number, or other
  124.       symbol.
  125.    Characters Per Second
  126.       A data transfer rate generally estimated
  127.       from the bit rate and the character
  128.       length.  For example, at 2400 bps, 8-bit
  129.       characters with Start and Stop bits (for
  130.       a total of ten bits per character) will
  131.       be transmitted at a rate of
  132.       approximately 240 characters per second
  133.       (cps).  Some protocols, such as the
  134.       Sportster's error-control protocols,
  135.       employ advanced techniques such as
  136.       longer transmission frames and data
  137.       compression to increase cps.
  138.    Class 1/EIA-578
  139.       An American standard used between
  140.       facsimile application programs and
  141.       facsimile modems for sending and
  142.       receiving faxes.
  143.    Cyclic Redundancy Checking (CRC)
  144.       An error-detection technique consisting
  145.       of a cyclic algorithm performed on each
  146.       block or frame of data by both sending
  147.       and receiving modems.  The sending modem
  148.       inserts the results of its computation
  149.       in each data block in the form of a CRC
  150.       code.  The receiving modem compares its
  151.       results with the received CRC code and
  152.       responds with either a positive or
  153.       negative acknowledgment.  In the ARQ
  154.       protocols implemented in the Sportster
  155.       14,400, the receiving modem accepts no
  156.       more data until a defective block is
  157.       received correctly.
  158.    Data Communications
  159.       A type of communications in which
  160.       computers and terminals are able to
  161.       exchange data over an electronic medium.
  162.    Data Compression Table
  163.       A table of values assigned for each
  164.       character during a call under MNP5 data
  165.       compression.  Default values in the
  166.       table are continually altered and built
  167.       during each call:  the longer the table,
  168.       the more efficient throughput gained.
  169.    Data Mode
  170.       The mode in which the fax modem is
  171.       capable of sending and receiving data
  172.       files.  A standard modem without fax
  173.       capabilites is always in data mode.
  174.    DCE
  175.       Data Communication (or Circuit-
  176.       Terminating) Equipment, such as dial-up
  177.       modems that establish and control the
  178.       data link via the telephone network.
  179.    Default
  180.       Any setting assumed, at startup or
  181.       reset, by the computer's software and
  182.       attached devices, and operational until
  183.       changed by the user.
  184.    Detect Phase
  185.       In the CCITT V.42 error-control
  186.       protocol, the first stage in estab
  187.       lishing if both modems attempting to
  188.       connect have V.42 capability.
  189.    Dictionary
  190.       The term used for compression codes
  191.       built by the V.42 bis data compression
  192.       algorithm.
  193.    Digital Loopback
  194.       A test that allows a remote user to run
  195.       a diagnostic of your modem's receiver
  196.       and transmitter.  The Transmit and
  197.       Receive circuits at your modem's serial
  198.       port are not used.
  199.    Digital Signals
  200.       Discrete, uniform signals.  In this
  201.       manual, the term refers to the binary
  202.       digits 0 and 1.
  203.    DTE
  204.       Data Terminal (or Terminating)
  205.       Equipment.  Usually, a computer or
  206.       terminal that generates or is the final
  207.       destination of data.
  208.    Duplex
  209.       Indicates a communications channel
  210.       capable of carrying signals in both
  211.       directions. See Half Duplex, Full
  212.       Duplex.
  213.    EIA
  214.       Electronic Industries Association, which
  215.       defines electronic standards in the U.S.
  216.    Error Control
  217.       Various techniques that check the
  218.       reliability of characters (parity) or
  219.       blocks of data.  V.42 and MNP error-
  220.       control protocols use error detection
  221.       (CRC) and retransmission of errored
  222.       frames (ARQ).
  223.    Facsimile
  224.       A method for transmitting the image on a
  225.       printed page from one point to another.
  226.       Commonly referred to as Fax.
  227.    Fax Mode
  228.       The mode in which the fax modem is
  229.       capable of sending and receiving files
  230.       in a facsimile format.
  231.    Flow Control
  232.       A mechanism that compensates for
  233.       differences in the flow of data input to
  234.       and output from a modem or other device.
  235.    Frame
  236.       A data communications term for a block
  237.       of data with header and trailer
  238.       information attached.  The added
  239.       information usually includes a frame
  240.       number, block size data, error-check
  241.       codes, and Start/End indicators.
  242.    Full Duplex
  243.       Signal flow in both directions at the
  244.       same time.  In microcomputer
  245.       communications, may refer to the
  246.       suppression of the online Local Echo.
  247.    Half Duplex
  248.       Signal flow in both directions, but only
  249.       one way at a time.  In microcomputer
  250.       communications, may refer to activation
  251.       of the online Local Echo, which causes
  252.       the modem to send a copy of the
  253.       transmitted data to the screen of the
  254.       sending computer.
  255.    Hz
  256.       Hertz, a frequency measurement unit used
  257.       internationally to indicate one cycle
  258.       per second.
  259.    IRQ
  260.       Interrupt ReQuest.  IRQs in the computer
  261.       are used to interrupt hardware and
  262.       software when there is an event that
  263.       requires attention, such as data
  264.       arriving at the serial port.
  265.    LAPM
  266.       Link Access Procedure for Modems, an
  267.       error-control protocol defined in CCITT
  268.       Recommendation V.42.  Like the MNP proto
  269.       cols, LAPM uses cyclic redundancy
  270.       checking (CRC) and retransmission of
  271.       corrupted data (ARQ) to ensure data
  272.       reliability.
  273.    Local Echo
  274.       A modem feature that enables the modem
  275.       to display keyboard commands and
  276.       transmitted data on the screen.
  277.    MNP
  278.       Microcom Networking Protocol, an
  279.       asynchronous error-control protocol
  280.       developed by Microcom, Inc., and now in
  281.       the public domain.  The protocol ensures
  282.       error-free transmission through error
  283.       detection (CRC) and retransmission of
  284.       errored frames.  The Sportster 14,400
  285.       uses MNP Levels 2O4 and Level 5 data
  286.       compression, which are incorporated into
  287.       CCITT Recommendation V.42.
  288.    Modem
  289.       A device that transmits/receives
  290.       computer data through a communications
  291.       channel such as radio or telephone
  292.       lines.  The Sportster 14,400 is a
  293.       telephone channel modem that modulates,
  294.       or transforms, digital signals from a
  295.       computer into the analog form that can
  296.       be carried successfully on a phone line.
  297.       It also demodulates signals received
  298.       from the phone line back to digital
  299.       signals before passing them to the
  300.       receiving computer.
  301.    Nonvolatile Memory (NVRAM)
  302.       User-programmable random access memory
  303.       whose data is retained when power is
  304.       turned off.  Used in Sportster 14,400
  305.       modems to store a user-defined default
  306.       configuration loaded into random access
  307.       memory (RAM) at power-on and reset, and
  308.       including a stored phone number.
  309.    OFF/ON Hook
  310.       Modem operations that are the equivalent
  311.       of manually lifting a phone receiver
  312.       (taking it off hook) and replacing it
  313.       (going on hook).
  314.    Online Fallback/Fall Forward
  315.       A feature that allows high-speed, error-
  316.       control modems to monitor line quality
  317.       and fall back to the next lower speed in
  318.       a defined range if line quality
  319.       degrades; as line conditions improve,
  320.       the modems switch up to the next higher
  321.       speed.
  322.    Originate Mode
  323.       A state in which the modem transmits at
  324.       the predefined low frequency of the
  325.       communications channel and receives at
  326.       the high frequency.  The
  327.       transmit/receive frequencies are the
  328.       reverse of the called modem, which is in
  329.       Answer mode.
  330.    Parallel Transmission
  331.       The transfer of data characters using
  332.       parallel electrical paths for each bit
  333.       of the character, for example, 8 paths
  334.       for 8-bit characters.  Data is stored in
  335.       computers in parallel form, but may be
  336.       converted to serial form for certain
  337.       operations.  See Serial Transmission.
  338.    Parity
  339.       An error-detection method that checks
  340.       the validity of a transmitted character.
  341.       Character checking has been surpassed by
  342.       more reliable and efficient forms of
  343.       block-checking, including Xmodem-type
  344.       protocols and the ARQ protocols
  345.       implemented in Sportster 14,400 modems.
  346.       The same type of parity must be used by
  347.       two communicating computers, or both may
  348.       omit parity.
  349.    Protocol
  350.       A system of rules and procedures
  351.       governing communications between two or
  352.       more devices.  Protocols vary, but
  353.       communicating devices must follow the
  354.       same protocol in order to exchange data.
  355.       The format of the data, readiness to
  356.       receive or send, error detection and
  357.       error correction are some of the opera
  358.       tions that may be defined in protocols.
  359.    RAM
  360.       Random Access Memory.  Memory that is
  361.       available for use when the modem is
  362.       turned on, but that clears of all infor
  363.       mation when the power is turned off.
  364.       The modem's RAM holds the current
  365.       operational settings, a flow control
  366.       buffer, and a command buffer.
  367.    Remote Digital Loopback
  368.       A test that checks the phone link and a
  369.       remote modem's transmitter and receiver.
  370.    Remote Echo
  371.       A copy of the data received by the
  372.       remote system, returned to the sending
  373.       system and displayed on the screen.
  374.       Remote echoing is a function of the
  375.       remote system.
  376.    ROM
  377.       Read Only Memory.  Permanent memory, not
  378.       user-programmable.  The Sportster
  379.       14,400's factory settings are stored in
  380.       ROM and can be read (loaded) into RAM as
  381.       an operational configuration if DIP
  382.       switch 7 is DOWN at power on or reset.
  383.    Serial Transmission
  384.       The transfer of data characters one bit
  385.       at a time, sequentially, using a single
  386.       electrical path.  See Parallel
  387.       Transmission.
  388.    Start/Stop Bits
  389.       The signaling bits attached to a
  390.       character before the character is
  391.       transmitted during Asynchronous
  392.       Transmission.
  393.    Terminal
  394.       A device whose keyboard and display are
  395.       used for sending and receiving data over
  396.       a communications link.  Differs from a
  397.       microcomputer in that it has little or
  398.       no internal processing capabilities.
  399.    Terminal Mode
  400.       A simulation mode required for
  401.       microcomputers to transmit data.  In
  402.       Terminal mode the computer acts as if it
  403.       were a standard terminal such as a
  404.       teletypewriter, rather than a data
  405.       processor.  Keyboard entries go directly
  406.       to the modem, whether the entry is a
  407.       modem command or data to be transmitted
  408.       over the phone lines.  Received data is
  409.       output directly to the screen.
  410.    Throughput
  411.       The amount of actual user data
  412.       transmitted per second without the
  413.       overhead of protocol information such as
  414.       Start and Stop bits or frame headers and
  415.       trailers.  Compare characters per
  416.       second.
  417.    Transmission Rate
  418.       Same as Bit Rate.
  419.    V.21_Fax
  420.       A CCITT standard for making facsimile
  421.       connections at 300 bps.  U.S. Robotics
  422.       and compatible fax devices then transmit
  423.       or receive at higher speeds.
  424.    V.21_Modem
  425.       A CCITT standard for modem
  426.       communications at 300 bps.  Modems made
  427.       in the U.S. or Canada follow the Bell
  428.       103 standard.  However, the modem can be
  429.       set to answer V.21 calls from overseas.
  430.    V.22
  431.       A CCITT standard for modem
  432.       communications at 1200 bps, compatible
  433.       with the Bell 212A standard observed in
  434.       the U.S. and Canada.
  435.    V.22 bis
  436.       A CCITT standard for modem
  437.       communications at 2400 bps.  The
  438.       standard includes an automatic link
  439.       negotiation fallback to 1200 bps and
  440.       compatibility with Bell 212A/V.22
  441.       modems.
  442.    V.23
  443.       A CCITT standard for modem
  444.       communications at 1200 bps with a 75-bps
  445.       back channel.  Sometimes used in the
  446.       United Kingdom.
  447.    V.25
  448.       A CCITT standard for modem
  449.       communications that specifies an answer
  450.       sequence (2100 Hz and 2250 Hz; also
  451.       requiring an 1800-Hz guard tone)
  452.       different from the Bell answer tone
  453.       (2225 Hz) used in the U.S. and Canada.
  454.    V.27 ter
  455.       A CCITT standard for facsimile
  456.       operations that specifies modulation at
  457.       4800 bps, with fallback to 2400 bps.
  458.    V.29
  459.       A CCITT standard for facsimile
  460.       operations that specifies modulation at
  461.       9600 bps, with fallback to 7200 bps.
  462.    V.32
  463.       A CCITT standard for modem
  464.       communications at 9600 bps and 4800 bps.
  465.       V.32 modems fall back to 4800 bps when
  466.       line quality is impaired.
  467.    V.32 bis
  468.       A CCITT standard that extends the V.32
  469.       connection range: 4800, 7200, 9600, 12K
  470.       and 14.4K bps.  V.32 bis modems fall
  471.       back to the next lower speed when line
  472.       quality is impaired, fall back further
  473.       as necessary, and also fall forward
  474.       (switch back up) when line conditions
  475.       improve.
  476.    V.42
  477.       A CCITT standard for modem
  478.       communications that defines a two-stage
  479.       process of detection and negotiation for
  480.       LAPM error control.  V.42 also supports
  481.       the MNP error control protocol levels
  482.       2O4 and MNP5 data compression.
  483.    V.42 bis
  484.       An extension of CCITT V.42 that defines
  485.       a specific data compression scheme for
  486.       use during V.42 connections.
  487.    Word Length
  488.       The number of bits in a data character
  489.       without parity, start or stop bits.
  490.    Xmodem
  491.       The first of a family of error control
  492.       software protocols used to transfer
  493.       files between modems.  These protocols
  494.       are in the public domain and are
  495.       available from many bulletin board
  496.       services.
  497.    XON/XOFF
  498.       Standard ASCII control characters used
  499.       to tell an intelligent device to
  500.       stop/resume transmitting data.  In most
  501.       systems typing <Ctrl>-S sends the XOFF
  502.       character.  Some devices, including the
  503.       Sportster 14,400, understand <Ctrl>-Q as
  504.       XON; others interpret the pressing of
  505.       any key after <Ctrl>-S as XON.
  506.  
  507.